@charset "utf-8";
*{
box-sizing: border-box;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{font-size:12px;font-family: "Microsoft YaHei" ! important;color:#262626;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle; border-radius: 8px;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.wrap {
    width: 72.91%;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 80px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.0);
}
.header .wrap {
    /* width: 87.5%; */
}
.logo {
    float: left;
}
.logo img {
    height: 52px;
    float: left;
}
.nav {
    height: 36px;
    float: right;
    margin-right: 36px;
    margin-top: 12px;
}
.nav ul {
    float: left;
}
.nav ul li {
    float: left;
    margin: 0 10px;
}
.nav ul li h3 {
    float: left;
}
.nav ul li h3 a {
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    font-weight: normal;
    margin: 0 10px;
    float: left;
}
.nav ul li:hover h3 a {
    color: #fff;
    font-weight: bold;
    border-bottom: solid 3px #fff;
}
.nav ul li.on h3 a {
    /* color: #14408A; */
    border-bottom: solid 3px #fff;
}
.nav ul li h3 a i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: -4px;
    margin-left: 5px;
}
.scrolled .nav ul>li div.dl{top: 72px;}
.nav ul>li div.dl{position:absolute; width:100%; height:0; left:0; top:80px; overflow:hidden;background: rgba(20,64,138,0.5);}
.nav ul>li:hover div.dl{height: 72px;}
.nav ul>li div.dd{width:1400px; margin:auto; position:relative;display: flex;justify-content: center;}
.nav ul>li div.dd>a{display:block; width:161px; height:140px; float:left; margin-left:30px; margin-top:12px;}
.nav ul>li div.dd>a:first-child{margin-left:0px;}
.nav ul>li div.dd>a>img{width:151px; height:113px; padding:4px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.08); transition:all ease 0.3s;display:none;}
.nav ul>li div.dd>a>span{display:block; color:#FFF; font-size:16px; padding-top:12px; transition:all ease 0.35s;}
.nav ul>li div.dd>a>p{line-height:160%; color:rgba(255,255,255,.4); padding-top:6px; transition:all ease 0.35s;}
.nav ul>li div.dd>a:hover>img{border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.2); }
.nav ul>li div.dd>a:hover>span{color:#FFCC00; font-weight: bold;}
.nav ul>li div.dd>a:hover>p{color:rgba(255,255,255,1);}
.nav ul>li div.dd .menu{position:absolute; width:188px; right:0; top:42px; border-top:1px solid rgba(255,255,255,.1);}
.nav ul>li div.dd .menu a{display:block; padding:10px 0 11px 20px; color:#FFF; font-size:13px; border-bottom:1px solid rgba(255,255,255,.1); transition:all ease 0.3s;}
.nav ul>li div.dd .menu a:hover{background:rgba(255,255,255,.1); padding:10px 0 11px 30px; color:#FFCC00;}
// .nav ul li dl {
//     width: 100%;
//     height: auto;
//     float: left;
//     position: absolute;
//     overflow: hidden;
//     z-index: 2;
//     top: 40px;
//     display: none;
//     padding-top: 10px;
//     padding-bottom: 10px;
//     background: rgba(255, 255, 255, 0.8);
// }
// .nav ul li:hover dl {
//     display: block;
// }
// .nav ul li dl dd {
//     width: 100%;
//     height: 40px;
//     line-height: 40px;
//     float: left;
// }
// .nav ul li dl dd a {
//     width: 100%;
//     text-align: center;
//     float: left;
//     font-size: 16px;
//     color: #262626;
//     line-height: 40px;
// }
// .nav ul li dl dd a:hover {
//     color: #262626;
//     background: #ffffff;
// }
.nav a.gohome {
    display: none;
}
.nav a.gohome i {
    display: none;
}
.nav a.gonav i {
    display: none;
}
.scrolled {
    padding: 10px 0;
    height: 72px;
    background: rgba(255,255,255,0.85);
}
.scrolled .nav ul li h3 a {
    color: #262626;
}
.scrolled .nav ul li.on h3 a {
    color: #262626;
}
.scrolled .nav ul li h3 a i {
    border-top: 7px solid #262626;
}
.search {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-top: 10px;
}
.search .keyword {
    float: left;
    background: rgba(20, 64, 138, 0.52);
    width: 0;
    position: absolute;
    right: 0;
    top: 32px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #262626;
}
.search:hover .keyword {
    width: 100px;
    padding: 0 5px;
}
.search .keyword:focus {
    outline: 0;
    border: 0px solid #000;
}
.search .tjbtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url(../images/sobtn.png) no-repeat center center;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 0;
}
.scrolled .search .tjbtn {
    background: url(../images/sobtnon.png) no-repeat center center;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 80px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: #fff;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 80px;
    height: 6px;
    background: #DA251D;
}
.banner .swiper-slide img {
    width: 100%;
    min-height: 240px;
    border-radius: 0;
}
.main {
    width: 100%;
    overflow: hidden;
}
.bgf9 {
    background: #f9f9f9;
}
.bgff {
    background: #ffffff;
}
.ptb8 {
    padding: 80px 0 56px;
}
.h2tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 48px;
}
.h2tit h2 {
    font-weight: 500;
    font-size: 36px;
    color: #262626;
    line-height: 36px;
    float: left;
}
.h2tit a.more {
    width: 178px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #14408A;
    font-weight: 400;
    font-size: 16px;
    color: #14408A;
    line-height: 46px;
    text-align: center;
    float: right;
}
.h2tit a.more:after {
    content: "";
    width: 28px;
    height: 8px;
    background: url(../images/amore.png) no-repeat center center / 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}
.h2tit a.more:hover {
    color: #fff;
    background: #14408A;
}
.h2tit a.more:hover:after {
    background: url(../images/amoreon.png) no-repeat center center / 100% 100%;
}
.szfn,
.szjj,
.aljx,
.xwdt,
.ryzz,
.gywm,
.video {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 56px;
}
.szfn {
    background: #f9f9f9;
}
.szfnlist {
    width: 100%;
    height: auto;
    float: left;
}
.szfnlist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.szfnlist ul li {
    width: 49.14%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 4%;
    overflow: hidden;
}
.szfnlist ul li:nth-child(2n) {
    float: right;
}
.szfnlist ul li .picbox {
    width: 100%;
    height: auto;
    float: left;
}
.szfnlist ul li .picbox img {
    width: 100%;
    height: 100%;
    float: left;
}
.szfnlist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.szfnlist ul li .info {
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: #F1F1F1;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    background: linear-gradient(88deg, #529BF8 0%, #14408A 100%);
}
.szfnlist ul li .info i {
    width: 158px;
    height: 158px;
    float: left;
}
.szfnlist ul li .info i.szfni1 {
    background: url(../images/szfni1.png) no-repeat center center / 100% 100%;
}
.szfnlist ul li .info i.szfni2 {
    background: url(../images/szfni2.png) no-repeat center center / 100% 100%;
}
.szfnlist ul li .info i.szfni3 {
    background: url(../images/szfni3.png) no-repeat center center / 100% 100%;
}
.szfnlist ul li .info i.szfni4 {
    background: url(../images/szfni4.png) no-repeat center center / 100% 100%;
}
.szfnlist ul li .info span {
    font-weight: 400;
    font-size: 24px;
    /* color: #262626; */
    color: #fff;
    margin-top: 10px;
    line-height: 32px;
}
.szfnlist ul li.last a {
    width: 100%;
    height: 100%;
    float: left;
    background: linear-gradient(88deg, #529BF8 0%, #14408A 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.szfnlist ul li.last a em {
    font-weight: 500;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 80px;
    margin-bottom: 5px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.szfnlist ul li.last a span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 22px;
    text-align: center;
}
.szfnlist ul li.last a span:after {
    content: "";
    width: 88px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/last4.png) no-repeat center center / 100% 100%;
    margin-left: 24px;
}
.szfnlist ul li:hover {
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
}
.szjj {
    /* background: url(../images/szjjbg.png) no-repeat center center / 100% 100%; */
}
.szjjqh {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}
.szjjqh .hd {
    width: 100%;
    height: auto;
    float: left;
}
.szjjqh .hd ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.szjjqh .hd ul li {
    width: 11.42%;
    height: 400px;
    float: left;
    border-radius:8px;
}
.szjjqh .hd ul li:nth-child(1) {
    background: url(../images/szjjqhbg1.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(2) {
    background: url(../images/szjjqhbg2.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(3) {
    background: url(../images/szjjqhbg3.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(4) {
    margin-right: 0;
    background: url(../images/szjjqhbg4.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(5) {
    margin-right: 0;
    background: url(../images/szjjqhbg5.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(6) {
    margin-right: 0;
    background: url(../images/szjjqhbg6.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li:nth-child(7) {
    margin-right: 0;
    background: url(../images/szjjqhbg7.png) no-repeat center center / auto 100%;
}
.szjjqh .hd ul li.on {
    width: 28%;
}
.szjjqh .hd ul li a {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    background: rgba(40, 92, 166, 0.3);
    padding: 80px 24px;
    flex-direction: column;
    border-radius:8px;
}
.szjjqh .hd ul li a i {
    width: 50px;
    height: 50px;
    float: left;
}
.szjjqh .hd ul li a i.ijui1 {
    background: url(../images/ijui1.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui2 {
    background: url(../images/ijui2.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui3 {
    background: url(../images/ijui3.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui4 {
    background: url(../images/ijui4.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui5 {
    background: url(../images/ijui5.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui6 {
    background: url(../images/ijui6.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a i.ijui7 {
    background: url(../images/ijui7.png) no-repeat center center / 100% 100%;
}
.szjjqh .hd ul li a h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.szjjqh .hd ul li a span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.ryzz {
    background: #F9F9F9;
}
.ryzzbg {
    width: 100%;
    height: 563px;
    background: url(../images/ryzzbg.jpg) no-repeat center center/100% 100%;
    float: left;
}
.ryzzqh {
    width: 72.91%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding:0 0 50px;
}
.ryzzqh .hd {
    width: 540px;
    float: left;
    position: relative;
}
.ryzzqh .hd ul {
    width: 100%;
    float: left;
}
.ryzzqh .hd ul li {
    float: left;
    cursor: pointer;
    font-weight: 500;
    font-size: 36px;
    color: #666666;
    line-height: 36px;
    margin-right: 36px;
}
.ryzzqh .hd ul li.on {
    font-weight: 500;
    font-size: 36px;
    color: #14408A;
    line-height: 36px;
}
.ryzzqh .bd {
    width: 100%;
    float: left;
    position: relative;
}
.ryzzqh .inBox {
    width: 100%;
    float: left;
    position: relative;
}
.ryzzqh .inBox .inHd {
    width: 500px;
    float: left;
    margin-right: 0px;
}
.ryzzqh .inBox .inHd ul {
    width: 100%;
    height: 440px;
    zoom: 1;
    margin-top: 36px;
    overflow-y: scroll;
}
.ryzzqh .inBox .inHd ul li {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    float: left;
    cursor: pointer;
    margin: 12px 0;
}
.ryzzqh .inBox .inHd ul li.on {
    color: #262626;
}
.ryzzqh .inBox .inBd {
    width: 44.44%;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    margin-top: 30px;
}
.ryzzqh .inBox .inBd .gsrypic {
    width: 600px;
    height: 400px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ryzzqh .inBox .inBd .gsrypic img {
    max-width: 100%;
    max-height: 100%;
    float: left;
}
.ryzzqh .prne {
    float: left;
    position: absolute;
right: 0;
bottom: 0;
margin-left: 70px;
	    width: calc(100% - 570px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ryzzqh .prne a {
    width: 80px;
    height: 40px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #14408A;
    margin-left: 8px;
    border-radius: 8px;
}
.ryzzqh .prne a:hover {
    background: #14408A;
    color: #fff;
}
.ryzzqh .prne a.more {
    width: 178px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #14408A;
    line-height: 40px;
    text-align: center;
    float: right;
}
.ryzzqh .prne a.more:after {
    content: "";
    width: 28px;
    height: 8px;
    background: url(../images/amore.png) no-repeat center center / 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}
.ryzzqh .prne a.more:hover {
    color: #fff;
    background: #14408A;
}
.ryzzqh .prne a.more:hover:after {
    background: url(../images/amoreon.png) no-repeat center center / 100% 100%;
}


.video {
    position: relative;
    padding-top:30px;
    /* background: url(../images/video.jpg) no-repeat center center/100% 100%; */
}

.video .h2tit {
    width: 100%;
    float: left;
    padding-left: 13.54%;
}
.video .h2tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 36px;
    color:#262626
    line-height: 1.33;
}

.video .videocon {
    width: 60%;
    margin-left: 20%;
    height: auto;
    float: left;
    position:relative;
    z-index:99;
}
.video .videocon video{ width: 100%; height: 100%;display:none;}
.video_btn{width:100%;position: relative;cursor: pointer;}
.video_btn .v_tb{position: absolute;top: calc(50% - 40px);left: calc(50% - 40px);width: 80px !important;cursor: pointer;}
.video .videocon img{width:100%;}


.video .building{width: 30%; position: absolute; right:10%;bottom: 0;z-index:9;}
.video .building img{width: 100%;}




.gywm {
    background: url(../images/gywmbg.png) no-repeat center center/100% 100%;
}
.gywm .h2tit {
    width: 43.75%;
    mt10 height: auto;
    float: left;
    padding-left: 13.54%;
}
.gywm .h2tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.33;
}
.gywm .h2tit span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.35‬;
    margin-top: 10px;
    text-transform: uppercase;
}
.gywm .gywmcon {
    width: 50.25%;
    height: auto;
    float: right;
    padding: 40px 80px;
    background: rgba(20, 64, 138, 0.65);
}
.gywm .gywmcon h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 36px;
    margin-left:28px;
}
.gywm .gywmcon p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.gywm .gywmcon a.more {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    float: left;
    margin-top: 30px;
}
.footer {
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
    background: url(../images/footerbg.png) no-repeat center center/100% 100%;
}
.footer .line2 {
    width: 1px;
    height: 12px;
    background: #999999;
    display: inline-block;
}
.fttop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
}
.ftlogo {
    float: left;
}
.ftlogo img {
    height: 44px;
    float: left;
    margin-bottom: 20px;
}
.ftnav {
    float: right;
}
.ftnav ul {
    float: left;
    display: flex;
}
.ftnav ul li {
    float: left;
    margin-left: 60px;
}
.ftnav ul li:before {
    content: "";
    width: 2px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    float: left;
    margin-right: 16px;
    margin-top: 1px;
}
.ftnav ul li a {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.ftnav ul li a:hover {
    color: #FFFFFF;
}
.footer .line {
    width: 100%;
    height: 1px;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 36px;
    margin-bottom: 48px;
}
.ftcontact {
    width: 665px;
    height: auto;
    float: left;
}
.ftcontact dl {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}
.ftcontact dl dt {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.ftcontact dl dd {
    width: 100%;
    height: 24px;
    float: left;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}
.ftcontact dl dd i {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 16px;
}
.ftcontact dl dd i.fttact1 {
    background: url(../images/tact1.png) no-repeat center center / 100% 100%;
}
.ftcontact dl dd i.fttact2 {
    background: url(../images/tact2.png) no-repeat center center / 100% 100%;
}
.ftcontact dl dd i.fttact3 {
    background: url(../images/tact3.png) no-repeat center center / 100% 100%;
}
.copyright {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 20px;
    margin-bottom: 36px;
}
.copyright p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 20px;
}
.copyright a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 20px;
    display: inline-block;
}
.copyright a:hover {
    color: rgba(255, 255, 255, 1);
}
.ftewm {
    width: 152px;
    float: right;
    margin-right: 100px;
}
.ftewm img {
    width: 100%;
    height: auto;
    float: left;
}
.ftewm span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}
.xwdtqh {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}
.xwdtqh .tab-hd {
    width: 257px;
    height: auto;
    float: left;
    border-right: 1px solid #DEDEDE;
    padding-right: 20px;
}
.xwdtqh .tab-hd ul {
    width: 100%;
    height: auto;
    float: left;
}
.xwdtqh .tab-hd ul li {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 36px;
    margin: 18px 0;
    cursor: pointer;
}
.xwdtqh .tab-hd ul li.on {
    font-weight: 500;
    font-size: 24px;
    color: #14408A;
    line-height: 36px;
}
.xwdtqh .tab-hd ul li:after {
    width: 36px;
    height: 2px;
    background: #ffffff;
    margin-top: 15px;
    margin-right: 24px;
    border-radius: 0px 0px 0px 0px;
    float: left;
    content: "";
}
.xwdtqh .tab-hd ul li.on:after {
    background: #14408A;
}
.xwdtqh .tab-hd a.more {
    width: 154px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #14408A;
    line-height: 46px;
    font-weight: 400;
    font-size: 16px;
    color: #14408A;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-top: 100px;
}
.xwdtqh .tab-hd a.more:after {
    content: "";
    width: 28px;
    height: 8px;
    background: url(../images/amore.png) no-repeat center center / 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}
.xwdtqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}
.xwdtlist {
    width: 100%;
    height: auto;
    float: left;
}
.xwdtlist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}
.xwdtlist ul li {
    width: 33.33%;
    height: auto;
    float: left;
    padding: 24px 46px;
}
.xwdtlist ul li .date {
    width: 100%;
    height: auto;
    float: left;
}
.xwdtlist ul li .date em {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 54px;
    color: #262626;
    line-height: 71px;
    font-style: normal;
}
.xwdtlist ul li .date span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #555;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 24px;
}
.xwdtlist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.xwdtlist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 59.64%;
    float: right;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.xwdtlist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:8px;
}
.xwdtlist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.xwdtlist ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.xwdtlist ul li i.more {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #14408A;
    line-height: 20px;
    font-style: normal;
}
.xwdtlist ul li i.more:after {
    content: "";
    width: 24px;
    height: 1px;
    background: #14408A;
    float: left;
    margin-top: 9px;
    margin-right: 16px;
}
.xwdtlist ul li:hover {
    background: #14408A;
}
.xwdtlist ul li:hover .date em {
    color: #ffffff;
}
.xwdtlist ul li:hover .date span {
    color: #ffffff;
    opacity: 0.45;
}
.xwdtlist ul li:hover h3 {
    color: #ffffff;
}
.xwdtlist ul li:hover p {
    color: #ffffff;
}
.xwdtlist ul li:hover i.more {
    color: #ffffff;
}
.xwdtlist ul li:hover i.more:after {
    background: #ffffff;
}
.aljxqh {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/aljxbg.png) no-repeat center center / 100% 100%;
    position: relative;
}
.aljxqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}
.aljxqh .tab-hd {
    width: 400px;
    height: 400px;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/aljxqhhdbg.png) no-repeat center center / 100% 100%;
    margin-left: 0x;
}
.aljxqh .tab-hd ul {
    /* width: 50%; */
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.aljxqh .tab-hd ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
    position: relative;
    text-align: right;
    cursor: pointer;
}
.aljxqh .tab-hd ul li span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.16;
    float: right;
}
.aljxqh .tab-hd ul li.on span {
    opacity: 1;
}
.aljxqh .tab-hd ul li:after {
    width: 18px;
    height: 18px;
    background: #14408A;
    border: 1px solid rgba(255, 255, 255, 0.16);
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.aljxqh .tab-hd ul li.on:after {
    border: 1px solid #FFFFFF;
}
.aljxqh .tab-hd ul li:nth-child(1) span {
    margin-right: 0px;
}
.aljxqh .tab-hd ul li:nth-child(2) span {
    margin-right: 14px;
}
.aljxqh .tab-hd ul li:nth-child(3) span {
    margin-right: 22px;
}
.aljxqh .tab-hd ul li:nth-child(4) span {
    margin-right: 14px;
}
.aljxqh .tab-hd ul li:nth-child(5) span {
    margin-right: 0px;
}
.aljxqh .tab-hd ul li:nth-child(1):after {
    margin-right: -68px;
}
.aljxqh .tab-hd ul li:nth-child(2):after {
    margin-right: -24px;
}
.aljxqh .tab-hd ul li:nth-child(3):after {
    margin-right: -11px;
}
.aljxqh .tab-hd ul li:nth-child(4):after {
    margin-right: -24px;
}
.aljxqh .tab-hd ul li:nth-child(5):after {
    margin-right: -68px;
}
.aljxqh .tab-hd ul li:nth-child(6):after {
    margin-right: -177px;
}
.aljxqh .aljxcon {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.aljxqh .aljxcon .info {
    width: 20%;
    height: auto;
    float: left;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aljxqh .aljxcon .info a{color: #fff;}

.aljxqh .aljxcon .info i {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}
.aljxqh .aljxcon .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.aljxqh .aljxcon .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}
.aljxqh .aljxcon .picbox {
    width: 50%;
    height: 500px;
    float: right;
}
.aljxqh .aljxcon .picbox img {
    width: 100%;
    height: 100%;
    float: left;
    border-radius:0 14px 14px 0;
}
.aljxqh .prne {
    width: 20px;
    height: auto;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
}
.aljxqh .prne a.sPrev {
    width: 20px;
    height: 12px;
    float: left;
    background: url(../images/jttop.png) no-repeat center center / 100% 100%;
    margin-bottom: 16px;
}
.aljxqh .prne a.sNext {
    width: 20px;
    height: 12px;
    float: left;
    background: url(../images/jtbot.png) no-repeat center center / 100% 100%;
}
// 首页end
.nbanner {
    width: 100%;
    overflow: hidden;
}
.nbanner img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 0;
}
.posi {
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 1px #E8E8E8;
    float: left;
}
.sidebar {
    float: left;width: 100%;
}
.sidebar ul {
    float: left;width: 100%;
}
.sidebar ul li {
    float: left;
    margin-right: 80px;
}
.sidebar ul li:last-child {
    margin-right: 0;
}
.sidebar ul li a {
    line-height: 70px;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
    border-bottom: 2px solid #FFFFFF;
}
.sidebar ul li:hover a {
    border-bottom: 2px solid #14408A;
}
.sidebar ul li.current a {
    border-bottom: 2px solid #14408A;
}
.nabout {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
    padding: 80px 0;
}
.nabout .wrap {
    display: flex;
    justify-content: space-between;
}
.nabout .naboutinfo {
    float: left;
    width: 57.42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nabout .naboutinfo h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 36px;
    color: #262626;
    line-height: 36px;
    margin-bottom: 36px;
}
.nabout .naboutinfo p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.nabout .naboutpic {
    width: 33%;
    float: right;
}
.nabout .naboutpic ul {
    width: 49%;
    height: auto;
    float: right;
}
.nabout .naboutpic ul:first-child{margin-left: 2%;}

.nabout .naboutpic ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 8px;
}
.nabout .naboutpic ul li img {
    width: 100%;
    height: auto;
    float: left;
}
.nabout .naboutpic ul:first-child {
    margin-top: 36px;
}
.nabout .naboutpic ul:first-child li:first-child {
    height: 230px;
    background: #14408A;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.nabout .naboutpic ul:first-child li:first-child span {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    width: 100%;
    float: left;
}
.nabout .naboutpic ul:first-child li:first-child b {
    font-size: 30px;
}
.nabout .naboutpic ul:first-child li:first-child p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 16px;
    width: 100%;
    float: left;
}
.navd {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}
.navd img {
    width: 100%;
}
.navd .info {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navd span {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
}
.navd i {
    width: 100px;
    height: 2px;
    background: #ddd;
    margin-top: 16px;
    margin-bottom: 28px;
}
.navd p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}
.kfhzgy {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 56px;
}
.kfhzgy .title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 48px;
    margin-left: 40px;
}
.kfhzgy .title h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 36px;
    color: #262626;
    line-height: 48px;
    margin-bottom: 16px;
}
.kfhzgy .title p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.kfhzgylist {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    background: #F9F9F9;
}
.kfhzgylist dl {
    width: 50.29%;
    height: auto;
    float: left;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.kfhzgylist dl dt {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}
.kfhzgylist dl dd {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 18px;
}
.kfhzgylist dl dd:last-child {
    margin-bottom: 0;
}
.kfhzgylist dl dd:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #14408A;
    float: left;
    position: absolute;
    top: 7px;
    left: 0;
}
.kfhzgypic {
    width: 49.71%;
    height: auto;
    float: left;
}
.kfhzgypic img {
    width: 100%;
    height: auto;
    float: left;
}
.qywh {
    width: 100%;
    height: 754px;
    float: left;
    display: flex;
    background: url(../images/qywhbg.png) no-repeat center center / 100% 100%;
}
.qywh .qywh_info {
    width: 47.14%;
    height: auto;
    float: left;
    padding: 100px 60px 90px 60px;
}
.qywh .qywh_info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 24px;
}
.qywh .qywh_info span {
    width: 100%;
    height: auto;
    float: left;
    height: 58px;
    border-radius: 29px 29px 29px 29px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 56px;
    text-indent: 36px;
    margin-top: 24px;
}
.qywh .qywh_list {
    width: 57.14%;
    height: 100%;
    float: left;
}
.qywh .qywh_list ul {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.qywh .qywh_list ul li {
    width: 50%;
    height: 50%;
    float: left;
    padding: 36px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}
.qywh .qywh_list ul li:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.qywh .qywh_list ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.qywh .qywh_list ul li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}
.qywh .qywh_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 24px;
}
.qywh .qywh_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.qywh .qywh_list ul li i {
    width: 60px;
    height: 60px;
    float: left;
    position: absolute;
    right: 36px;
    bottom: 36px;
}
.qywh .qywh_list ul li i.qywhi1 {
    background: url(../images/qywhi1.png) no-repeat center center / 100% 100%;
}
.qywh .qywh_list ul li i.qywhi2 {
    background: url(../images/qywhi2.png) no-repeat center center / 100% 100%;
}
.qywh .qywh_list ul li i.qywhi3 {
    background: url(../images/qywhi3.png) no-repeat center center / 100% 100%;
}
.qywh .qywh_list ul li i.qywhi4 {
    background: url(../images/qywhi4.png) no-repeat center center / 100% 100%;
}
.qywh .qywh_list ul li:hover {
    background: #DA251D;
}
.gszz_list {
    width: 100%;
    height: auto;
    float: left;
}
.gszz_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.gszz_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
.gszz_list ul li:nth-child(3n) {
    margin-right: 0
}
.gszz_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 71.23%;
    float: right;
    position: relative;
    overflow: hidden;
}
.gszz_list ul li .picboxbg {
    width: 100%;
    padding: 0px;
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    /* background: url(../images/gszz_listimgbg.png) no-repeat center center / 90% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.gszz_list ul li .picbox img {
    max-width: 100%;
    max-height: 100%;
}
.gszz_list ul li:hover .picbox img {
    -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}
.gszz_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px 24px;
}
.gszz_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 48px;
    background: #DEDEDE;
    text-align: center;
    margin-top: 24px;
}
.gszz_list ul li:hover h3 {
    background: #14408A;
    color: #fff;
}
.djhd_list {
    width: 100%;
    height: auto;
    float: left;
}
.djhd_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.djhd_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.djhd_list ul li:nth-child(3n) {
    margin-right: 0
}
.djhd_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 57.77%;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.djhd_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.djhd_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.djhd_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
}
.djhd_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
}
.djhd_list ul li .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.djhd_list ul li:hover .info h3 {
    color: #14408A;
}
.szfnpx {
    width: 100%;
    height: auto;
    float: left;
}
.content {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.content p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.contents .thumb{ width: 40%; height: auto; float: right; margin-left: 10px; min-width: 300px;}
.contents .page{ float: left;}
.contents .page p{ font-size: 16px; line-height: 2em; margin-bottom: 1em;}
.contents .page img{max-width:100%;}

.szfnpx_top {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 2%;
}
.szfnpx_top .picbox {
    width: 42.85%;
    height: auto;
    float: left;
}
.szfnpx_top .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.szfnpx_top .info {
    width: 64.57%;
    height: auto;
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3.42% 4.28%;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
}
.szjj_list {
    width: 100%;
    height: auto;
    float: left;
}
.szjj_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.szjj_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.szjj_list ul li:nth-child(3n) {
    margin-right: 0
}
.szjj_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 57.77%;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.szjj_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.szjj_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.szjj_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    background: #F6F6F6;
    padding: 36px 24px;
}
.szjj_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    margin-bottom: 16px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.szjj_list ul li .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.szjj_list ul li:hover .info h3 {
    color: #14408A;
}


.job_list {
    width: 100%;
    height: auto;
    float: left;
}
.job_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.job_list ul li {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 80px 40px;
    background: linear-gradient(to right, #283f7f, #4e78f7);
    border-radius: 10px;
}

.job_list ul li .info h3{ font-size: 24px; line-height: 2em; color: #fff;}
.job_list ul li .info p{ font-size: 16px;line-height: 2em; color: #fff;}
.job_list ul li .info span{font-size: 14px; float: right; padding: 5px 10px; background: #fff; border-radius: 20px; margin-top: 20px;}



.case_list {
    width: 100%;
    height: auto;
    float: left;
}
.case_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.case_list ul li {
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.case_list ul li:nth-child(2n) {
    margin-right: 0
}
.case_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 58.13%;
    float: right;
    position: relative;
    overflow: hidden;
}
.case_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.case_list ul li .zz {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.case_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 36px 0;
}
.case_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.case_list ul li .info p {
    width: 100%;
    height: 0px;
    margin-top: 2%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    padding: 0 5%;
}
.case_list ul li:hover .info h3 {
    color: #FFFFFF;
}
.case_list ul li:hover .info p {
height: 40px;}
.case_tt {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2%;
    background: #F9F9F9;
}
.case_tt .picbox {
    width: 50%;
    height: 0;
    padding-bottom: 29.74%;
    float: left;
    position: relative;
    overflow: hidden;
}
.case_tt .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case_tt a:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.case_tt .info {
    width: 50%;
    height: auto;
    float: left;
    padding: 80px 60px 0;
}
.case_tt .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.case_tt .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.case_tt .info p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    /* margin-bottom: 60px; */
}
.case_tt .info .more {
    width: 178px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #14408A;
    font-weight: 400;
    font-size: 16px;
    color: #14408A;
    line-height: 46px;
    text-align: center;
    float: left;
    font-style: normal;
}
.case_tt .info .more:after {
    content: "";
    width: 28px;
    height: 8px;
    background: url(../images/amore.png) no-repeat center center / 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}
.case_tt .info .more:hover {
    color: #fff;
    background: #14408A;
}
.case_tt .info .more:hover:after {
    background: url(../images/amoreon.png) no-repeat center center / 100% 100%;
}
.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
    margin-top: 0px;
}
.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    background: #F9F9F9;
    margin-bottom: 2%;
    padding: 30px;
}
.news_list ul li a {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news_list ul li .date {
    width: 80px;
    height: 80px;
    float: left;
    background: #FFFFFF;
    text-align: center;
    border-radius: 8px;
}
.news_list ul li .date b {
    width: 80px;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 36px;
    color: #14408A;
    line-height: 48px;
    margin-top: 8px;
}
.news_list ul li .date span {
    width: 80px;
    text-align: center;
    height: 20px;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.news_list ul li .info {
    width: calc(100% - 120px);
    float: left;
    padding-left: 24px;
    padding-right: 36px;
    height: auto;
}
.news_list ul li .info h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    float: left;
    color: #262626;
    line-height: 24px;
}
.news_list ul li .info p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-top: 24px;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.news_list ul li i {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/hsrjt.png) no-repeat left center;
}
.news_list ul li a:hover i {
    background: url(../images/hsrjt.png) no-repeat left center;
}
.news_list ul li:hover {
    background: #14408A;
}
.news_list ul li:hover .info h3 {
    color: #FFFFFF;
}
.news_list ul li:hover .info p {
    color: #FFFFFF;
}
.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #E8E8E8;
    color: #262626;
    background: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}
.tg_pages li.thisclass a {
    background: #14408A none repeat scroll 0 0;
    border: 1px solid #14408A;
    color: #ffffff;
}
.tg_pages li a:hover {
    background: #14408A none repeat scroll 0 0;
    border: 1px solid #14408A;
    color: #ffffff;
}
.lxwm {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 4.28%;
}
.lxwm .title {
    width: 29.14%;
    height: auto;
    float: left;
    position: relative;
}
.lxwm .title img {
    width: 100%;
    float: left;
}
.lxwm .title h2 {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    font-weight: 600;
    font-size: 36px;
    color: #14408A;
    line-height: 48px;
    position: absolute;
    overflow: hidden;
    padding-left: 60px;
    top: 80px;
}
.lxwm .title h2 span {
    width: 100%;
    float: left;
    margin-top: 16px;
}
.lxwm .title h2 span:before {
    width: 20px;
    height: 2px;
    background: #14408A;
    border-radius: 10px 10px 10px 10px;
    content: "";
    float: left;
    margin-right: 8px;
}
.lxwm .title h2 span:after {
    width: 30px;
    height: 2px;
    background: #14408A;
    border-radius: 10px 10px 10px 10px;
    content: "";
    float: left;
}
.lxwm .title h2 i {
    width: 60px;
    height: 2px;
    background: #14408A;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-right: 8px;
}
.lxwm .info {
    width: 70.86%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lxwm .info dl {
    width: 100%;
    max-width: 492px;
    height: auto;
    float: left;
    margin-bottom: 24px;
    margin: 30px;
}
.lxwm .info dl dt {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    line-height: 30px;
    margin-bottom: 60px;
}
.lxwm .info dl dd {
    width: 100%;
    height: 36px;
    float: left;
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}
.lxwm .info dl dd.line {
    width: 100%;
    float: left;
    height: 1px;
    border-bottom: 1px solid #E8E8E8;
    margin: 28px 0;
}
.lxwm .info dl dd.line:last-child {
    margin-bottom: 0;
}
.lxwm .info dl dd i {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}
.lxwm .info dl dd i.tact1 {
    background: url(../images/tact1.png) no-repeat center center / 100% 100%;
}
.lxwm .info dl dd i.tact2 {
    background: url(../images/tact2.png) no-repeat center center / 100% 100%;
}
.lxwm .info dl dd i.tact3 {
    background: url(../images/tact3.png) no-repeat center center / 100% 100%;
}
.lxwm .ewm {
    width: 200px;
    float: right;
    margin-right: 100px;
}
.lxwm .ewm img {
    width: 100%;
    height: auto;
    float: left;
}
.lxwm .ewm span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}
.swhz_list {
    width: 100%;
    height: auto;
    float: left;
}
.swhz_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.swhz_list ul li {
    width: 48%;
    height: auto;
    float: left;
    display: flex;
    margin-right: 2%;
    align-items: center;
    background: #FBFBFB;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E8E8E8;
    padding: 48px 80px;
    margin-bottom: 2%;
    cursor: pointer;
}
.swhz_list ul li:nth-child(2n) {
    margin-right: 0;
}
.swhz_list ul li i {
    width: 80px;
    height: 80px;
    float: left;
}
.swhz_list ul li i.swhzi1 {
    background: url(../images/swhzi1.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li i.swhzi2 {
    background: url(../images/swhzi2.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li i.swhzi3 {
    background: url(../images/swhzi3.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li i.swhzi4 {
    background: url(../images/swhzi4.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li:hover i.swhzi1 {
    background: url(../images/swhzi1on.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li:hover i.swhzi2 {
    background: url(../images/swhzi2on.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li:hover i.swhzi3 {
    background: url(../images/swhzi3on.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li:hover i.swhzi4 {
    background: url(../images/swhzi4on.png) no-repeat center center / 100% 100%;
}
.swhz_list ul li .info {
    margin-left: 48px;
    float: left;
}
.swhz_list ul li .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 24px;
}
.swhz_list ul li .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 24px;
    line-height: 22px;
}
.swhz_list ul li:hover {
    background: #14408A;
}
.swhz_list ul li:hover .info span {
    color: #FFFFFF;
}
.swhz_list ul li:hover .info p {
    color: #FFFFFF;
    opacity: 0.65;
}
.ly {
    width: 98%;
    height: auto;
    float: left;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    padding: 60px;
}
.ly h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 30px;
    color: #262626;
    line-height: 36px;
    margin-bottom: 2%;
}
.lyform {
    width: 100%;
    height: auto;
    float: left;
}
.lyform ul {
    width: 100%;
    height: auto;
    float: left;
}
.lyform ul li {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}
.lyform ul li .text {
    width: 32%;
    float: left;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    padding: 0 24px;
    margin-right: 2%;
}
.lyform ul li .text:last-child {
    margin-right: 0;
}
.lyform ul li.wtext {
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D9D9D9;
    line-height: 56px;
    padding: 0 24px;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
}
.lyform ul li span {
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    float: left;
}
.lyform ul li textarea {
    width: 100%;
    height: 140px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D9D9D9;
    padding: 20px 24px;
}
.lyform ul li .czbtn {
    width: 49%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #14408A;
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #14408A;
    line-height: 46px;
    cursor: pointer;
    float: left;
}
.lyform ul li .tjbtn2 {
    width: 49%;
    height: 48px;
    line-height: 46px;
    background: #14408A;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #14408A;
    margin-top: 12px;
    cursor: pointer;
    float: right;
}
.lyform input::-webkit-input-placeholder {
    color: #D9D9D9;
}
.lyform input::-moz-placeholder {
    color: #D9D9D9;
}
.lyform input:-moz-placeholder {
    color: #D9D9D9;
}
.lyform input:-ms-input-placeholder {
    color: #D9D9D9;
}
.lyform textarea::-webkit-input-placeholder {
    color: #D9D9D9;
    font-family: "Microsoft YaHei" ! important;
}
.lyform textarea::-moz-placeholder {
    color: #D9D9D9;
    font-family: "Microsoft YaHei" ! important;
}
.lyform textarea:-moz-placeholder {
    color: #D9D9D9;
    font-family: "Microsoft YaHei" ! important;
}
.lyform textarea:-ms-input-placeholder {
    color: #D9D9D9;
    font-family: "Microsoft YaHei" ! important;
}
.lyform ul li input:focus {
    border: 1px solid #14408A;
    outline: none;
}
.lyform ul li select:focus {
    border: 1px solid #14408A;
    outline: none;
}
.lyform ul li textarea:focus {
    border: 1px solid #14408A;
    outline: none;
}
.rczp {
    width: 100%;
    height: auto;
    float: left;
}
.rczp dl {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 2%;
}
.rczp dl dd {
    width: calc(50% + 27px);
    height: auto;
    float: left;
    padding: 60px 120px;
}

.rczp dl dd:nth-child(1) {
    background: url(../images/rczpdd1bg.png) no-repeat center center / 100% 100%;
    margin-right: -27px;
}
.rczp dl dd:nth-child(2) {
    background: url(../images/rczpdd2bg.png) no-repeat center center / 100% 100%;
    margin-left: -27px;
}
.rczp dl dd h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}
.rczp dl dd p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 24px;
}
.888888 {
    width: auto;
    height: auto;
    float: left;
}
.888888 {
    width: auto;
    height: auto;
    float: left;
}
.rczp ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.rczp ul li {
    width: 49%;
    height: auto;
    float: left;
}
.rczp ul li a {
    display: flex;
    justify-content: space-between;
    padding: 70px 48px;
    flex-direction: column;
}
.rczp ul li:nth-child(1) {
    background: url(../images/rczp1bg.png) no-repeat center center / 100% 100%;
}
.rczp ul li:nth-child(2) {
    background: url(../images/rczp2bg.png) no-repeat center center / 100% 100%;
}
.rczp ul li i {
    width: 60px;
    height: 60px;
    float: left;
}
.rczp ul li i.rczpi1 {
    background: url(../images/rczpi1.png) no-repeat center center / 100% 100%;
}
.rczp ul li i.rczpi2 {
    background: url(../images/rczpi2.png) no-repeat center center / 100% 100%;
}
.rczp ul li span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.rczp ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}
.map{
    width: 100%;
    float: left;
}
.map img{
    width: 100%;
    float: left;
}
.jiangbei{display: none;}